Package-level declarations

Types

Link copied to clipboard
annotation class APIParam(val in: ParameterLocation)
Link copied to clipboard
annotation class HeaderParam(val description: String, val style: HeaderParamStyle = HeaderParamStyle.simple, val explode: Boolean = true, val allowEmptyValues: Boolean = false, val deprecated: Boolean = false)
Link copied to clipboard
annotation class PathParam(val description: String, val style: PathParamStyle = PathParamStyle.simple, val explode: Boolean = false, val deprecated: Boolean = false)
Link copied to clipboard
annotation class QueryParam(val description: String, val style: QueryParamStyle = QueryParamStyle.form, val explode: Boolean = true, val allowEmptyValues: Boolean = false, val deprecated: Boolean = false)